home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test5.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  257b  |  15 lines

  1. /* test 5 : test ISDEF command */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI
  6.  
  7. ISDEF message
  8. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  9. else say 'Result was 'Result
  10.  
  11. ISDEF undefined
  12. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  13. else say 'Result was 'Result
  14.  
  15.